home *** CD-ROM | disk | FTP | other *** search
- global xoff, yoff, zoff, scale, rx, ry, rz
-
- on beginSprite me
- set scale to 800
- set here to the rect of the stage
- set mwidth to getAt(here, 3) - getAt(here, 1)
- set mhight to getAt(here, 4) - getAt(here, 2)
- set zoff to 1500
- set xoff to 410
- set yoff to 115
- set rx to 0
- set ry to 0
- set rz to 0
- end
-